@charset "utf-8";
.app{display:none;}

/*状态栏*/
.welcome {height: 35px;border-bottom: 1px solid #fafafa;min-width: 1200px;font-size: 14px;color: #999;background-color: #fafafa;line-height: 34px;}
.sitexml {float: right;line-height: 34px;font-size: 14px;}
.sitexml .fa{color: #9a9a9a;font-size: 16px;}

/* 导航 */
.pull-left {margin-bottom: 0px;/* padding-top: 25px; */}
.navbar-pull-all{overflow:hidden;width:1140px;margin:auto; padding: 0px 0;}
.header-right { font-size: 30px; }
.navbar-header{width:100%;margin:auto;float:none;}
.navbar-full {width:100%;background: #1c88ec00;}
.navbar-full .collapse {margin: 0px auto;width: 1250px;}
.navbar-brand { padding: 29px 15px; height: auto; }
nav.navbar.bootsnav { border: none;}
.navbar-nav { float: left; }
nav.navbar.bootsnav ul.nav > li > a {color: #434343;text-transform: uppercase;padding: 40px 26px;font-size: 15px;font-weight:normal;margin-top: 0px;margin-left: 0px;border-right: 1px solid #ececec;margin-right: 0px;/* padding-left: 12px; *//* padding-right: 29px; */margin-bottom: 0px;}
nav.navbar.bootsnav ul.nav > li:hover { background: #273e8c00; }
.nav > li:after { content: ""; width: 0; height: 5px; background: none !important; position: absolute; bottom: 0; left: 0; transition: all 0.5s ease 0s; }
.nav > li:hover:after { width: 100%; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {content: "\f105";font-family: 'FontAwesome';font-size: 16px;font-weight: 500;position: absolute;top: 39%;right: 16%;transition: all 0.4s ease 0s;transform: rotate(90deg);}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after { content: "\f105"; transform: rotate(270deg); }
.dropdown-menu.multi-dropdown { position: absolute; left: -100% !important; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border: none; }
@media only screen and (max-width:990px) {
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,  nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after { content: " "; }
.dropdown-menu.multi-dropdown { left: 0 !important; }
nav.navbar.bootsnav ul.nav > li:hover { background: transparent; }
nav.navbar.bootsnav ul.nav > li > a { margin: 0; }
}
nav.navbar.bootsnav ul.nav > li > a:hover{color: #ffffff;background: url(../images/navli.png) no-repeat left center;background: #3cad71;}
/* .nav>li {position: relative;display: block;padding-top: 27px;} */
/* .dropdown-menu {min-width: 100px;} */
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{color: #fff;background: #3cad71;}



/* 轮播 */
.ibanner .img { height: 700px; background-size: cover; background-position: center; } /* 高度 */
.ibanner .slick-arrow{font-size:60px; position:absolute; top:50%; z-index:2; height:58px; margin-top:-29px; line-height:58px; width:80px; text-align:center; padding:0px; border:none; color:rgba(255,255,255,1); opacity:0; border-radius:50%; cursor:pointer;}
.ibanner .slick-prev{ left:30px;}
.ibanner .slick-next{ right:30px;}
.ibanner:hover .slick-arrow{ opacity:1;}

.ibanner .slick-dots{ position:absolute; margin-left:-15px; left:50%; bottom:28px;}
.ibanner .slick-dots li{ float:left; margin:0 6px;}
.ibanner .slick-dots li button{ display:block; border:none; padding:0px; width:32px; height:7px; text-indent:-99px; overflow:hidden; background:rgba(255,255,255,0.5); box-shadow:0 0 5px rgba(0,0,0,0.3); box-sizing:border-box; border:none;}
.ibanner .slick-dots li.slick-active button{ background:rgba(255,255,255,1);}

.ibanner .swiper-pagination{ bottom:28px;}
.ibanner .swiper-pagination-bullet{ width:15px; height:15px; border-radius:15px; background:rgba(255,255,255,0.5); box-shadow: 0 0 5px rgba(0,0,0,0.3); opacity:1;}
.ibanner .swiper-pagination-bullet-active{ background:#3cad71;}
.ibanner .slick-arrow i { font-size: 50px; }

#catapage{height:450px;}
#catapage .img{height:450px;background-size: cover;background-position: center;}


/*标题*/
.tiebox {text-align: center;margin-bottom: 25px;}
.tiebox h3{font-size: 30px;color: #1d1d1d;font-weight: bold;margin-top: 0px;margin-bottom: 0px;}
.tiebox p {padding-top: 10px;font-size: 14px;color: #999999;text-transform: uppercase;}


/*产品展示－第2种开始*/
.product_box{padding: 60px 0;background: url(../images/bj02.png) no-repeat center;background-size: cover;}
.product_title{margin: 15px 0;}
.product_title h3{font-size: 35px;}
.product_title img{margin-right: 10px;}
.product_title p{font-size: 24px;color:#bebebe;}
.product_href{margin:15px 0;}
.product_href a{display: inline-block;border: 1px solid #014785;border-radius: 0px;padding: 8px 6px;font-size: 15px;color: #014785;margin: 10px 10px 0px;width: 150px;}
.product_href a:hover{text-decoration: none;background: #f8bc03;color:#fff;border: 1px solid #f8bc03;}
.product_content{margin: 0px 0 25px;}
.product_content .pro_img{border: 1px solid #3bad71;height:240px;line-height:194px;overflow: hidden;background: #fff;display:table-cell;vertical-align:middle;width:33.3333%;padding: 0%;transition: .5s;}
.product_content .pro_img:hover {border: 1px solid #3bad71;}
.product_content img{width:100%;height: 100%;    transition: .5s;display: inline-block;margin: auto;max-width: 100%; max-height: 100%;height: 100%;width: auto;}
.pro_img img:hover {transform: scale(1.1);}
.product_content p{color:#333;font-size: 16px;margin: 10px 0 16px 0;}
.product_btn{margin:0px 0;}
.product_btn a{display: inline-block;padding: 10px 36px;border-radius: 30px;background: #3cad71;color:#fff;font-size: 15px;width: 180px;border-radius: 0px;}
.product_btn a:hover{text-decoration: none;background: #288253;}

@media (max-width: 992px){
.product_title h3{font-size: 22px;}
.product_title p{font-size: 16px;}
.product_content{margin:15px 0;}
.product_content p{font-size: 14px;}
.product_content .pro_img{height:170px;line-height: 115px;}
.product_btn{margin:10px 0;}
.product_btn a{padding: 10px 20px;font-size: 14px;}
}
@media (max-width: 767px){
.product_content .pro_img{height:125px;}
.col-xs-4 { width:49.9999%;}
.pro_list li p{font-size: 12px;}
}
@media (max-width: 320px){
.product_content .pro_img{height:125px;}
}
/*产品展示－第2种结束*/


/*关于我们*/
.gywm{padding: 80px 0px 0px;background: url(../images/bj01.jpg)no-repeat center;margin-bottom: 50px; }
.aboutus-right-img{margin-top: 0px;}
.pad_lf_none {padding-left: 0px;padding-right: 0px;}
.idx_about{padding-left: 30px;padding-right: 30px;padding-top: 60px;padding-bottom: 0px;background: #ffffff;height: 459px;}
.aboutusBt{text-align: center;margin-bottom: 30px;}
.aboutusBt h3{ text-align:center; font-size:32px; color:#ffff;margin:0px; padding-top:20px;font-weight:bold;line-height: 70px;}
.aboutusBt h4 { text-align:center; font-weight:bold; font-size:18px; color:#ffff;line-height:34px;margin: 0px;}
.aboutusBt p {color:#c2c2c2;font-size:12px;text-transform:uppercase;}
.aboutus{ padding: 0px 0 0px 0;}
.about_bg {background: #ffffff00;}
.idx_about .ab_title {padding: 0px 0px 10px;/* border-bottom: 1px solid #ddd; */margin-bottom: 0px;}
.aboutus .idx_about h2{font-size: 26px;color: #2f2f2f;text-transform: uppercase;margin: 0px 0px 10px 0;line-height: 36px;/* font-weight: bold; */}
.aboutus .idx_about h3{font-size: 30px;color: #636363;text-transform: uppercase;margin: 0px 0px 0px 29px;line-height: 36px;font-weight: bold;border-bottom: 2px solid #3cad71;width: 64px;height: 15px;margin-bottom: 23px;}
.aboutus .aboutus-right-img img{width: 100%;/* border-top-left-radius: 50px;border-bottom-right-radius: 50px; *//* border: 2px solid #ffffff; */border-radius: 0%; height: 459px;}
.gy_mian{font-size: 14px;color: #292929;margin:0px 0px 15px;line-height: 30px;height: 168px;overflow: hidden;overflow-y: auto;}
.gy_mian p{margin-bottom:10px;}
.gy_mian::-webkit-scrollbar {width: 2px;}
.gy_mian::-webkit-scrollbar-track {background-color:#ddd;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius:2em;}
.gy_mian::-webkit-scrollbar-thumb {background-color: #3cad71;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius:2em;opacity: 0.5;}
.aboutusBtn{width: 180px;border-radius: 2px;position:relative;background:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-radius: 0px;background: #1e61ba;}
.btn-default {color: #3cad71;background-color: #850a0c00;border-color: #3cad71;border-radius: 0px;width: 178px;line-height: 28px;margin-top: 20px;}
.aboutusBtn:after {content: '';position: absolute;width: 0%;height: 100%;top: 0;left: 0;background:#4d4d4d;display:block;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;    border-radius: 16px;}
/* .aboutus:hover .aboutusBtn:after{width:100%;} */
/* .aboutus:hover .aboutusBtn{color:#fff;background:#fca028;border:1px solid #fca028;} */
.scienceBtn{margin-top: 30px;}
.btn-default:hover {color: #ffffff;background-color: #3cad71;border-color: #3cad71;}
.company_cpys span{color: #101010;text-align: center;font-size: 55px;font-weight: bold;}
.company_cpys em{color: #17a754;font-weight: bold;}
.company_cpys h4{font-size: 20px;}
.cpys_hx {width: 60px;height: 2px;background: #ffd800;margin: -2px auto 0;margin-bottom: 15px;margin-top: 15px;}
/*公司图片*/
.carousel-control.right, .carousel-control.left{font-size:45px;background-image: none;line-height: 70px;}
.carousel-inner {position: relative; width: 100%;overflow: hidden;border:1px solid #fff;height: auto;}
.carousel-inner>.item>a>img{display:initial; max-height: 100%; height: auto;max-width:100%;}
.carousel-inner .item{text-align:center;}
.carousel-control:focus, .carousel-control:hover{color:#006a11;}
.carousel-control.right, .carousel-control.left{color: #005aae;}
.carousel-indicators .active{background: #005aae;}
.carousel-indicators li{border-color:#fff;}

/*图标*/
.tb li {float: left;width: 24%;text-align: center;margin: 1px 0%;transition: .6s;/* border: 1px solid #a6a6a6; */padding-top: 10px;}
.tb li h5{color: #212121;font-size: 16px;margin-top: 15px;margin-bottom: 0px;font-weight: bold;}
.tb li img{background: #f7f7f7;border-radius: 50%;}

/*新闻中心*/
/*新闻展示－第13种开始*/
.news_bj{background: url(../images/bj03.jpg) no-repeat top center;background-size: cover;}
.news_mtitle{background: #fff;padding: 10px 25px;margin-bottom:10px;}
.news_mtitle h3{margin:0;display: inline-block;font-size: 18px;border-left: 5px solid #0060a3;padding-left: 10px;}
.news_contact{background: #fff0;padding: 0px;}
.news_content{background: white;padding: 25px 8px 12px 8px;    float: left;}
.news_info{position: relative;margin-top:-15px;}
.news_info .news_title_box{width:189px;height:120px;display: table-cell;vertical-align: middle;text-align: center;}
.news_contact .news_title{margin-left:200px;padding-top:30px;}
.news_title h3{margin: -104px 0 10px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 10px;}
.news_title h3 a{color:#000;}
.news_title p{height:40px;color:#777;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news_list li{padding: 0px 10px 10px;background: #fff;margin-bottom: 15px;}
.news_date{width:60px;height:60px;background: #0060a3;color:#fff;float: left;}
.news_date h5{font-size: 24px;padding: 7px 0;margin: 0;font-weight: bold;}
.news_date p,.news_article p{margin: 0;}
.news_article,.news_article a{color:#333;}
.news_article{margin-left: 0px;}
.news_article h5{padding:8px 0;margin:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 17px}
.news_article p{height:36px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color:#999;font-size: 12px;}
@media (max-width: 1024px){
.news_contact .news_img{width:435px;height:198px;}
.news_article h5{font-size: 14px;}
.news_list li{padding:0px 10px 4px;margin-bottom:12px;}
}
@media (max-width: 992px){
.news_bg{padding-top:0;}
}
@media (max-width: 767px){
.news_mtitle{padding: 10px 15px;}
}
/*新闻展示－第13种结束*/
.news{padding: 50px 0px 0px 0; /* background: #ffffff url(../images/tea_bg.png) no-repeat; */}
.news_nr{padding-bottom:50px;padding-top: 5px; }
.news_contact .news_title {margin-left: 0px;padding-left: 10px;padding-top: 0px;background: #43434363;padding-bottom: 1px;padding-right: 10px;}
.news_article, .news_article a {color: #333;font-size:18px;}
.news_article h6{color: #999; margin-top: 5px;margin-bottom: 5px;    font-size: 15px;}
.news_article h5 {padding: 5px 0;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 17px;font-weight: bold;}
.news_article p {height: 42px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color: #999;font-size: 15px;}
.news_title h3 a{color: #ffffff;font-size: 20px;font-weight: bold;}
.news_title h6{color: #fff;font-size: 15px;}
.news_list li {padding: 2px 8px 0px;background: #fff0;margin-bottom: 25px;border-bottom: 1px dotted #dbd4cd00;}
.news_date {width: 68px;height: 68px;background: #02a339;color: #ffffff;float: left;border: 1px solid #02a339;}
.news_date h5 {font-size: 24px;padding: 10px 0 5px 0;margin: 0;font-weight: bold;}
.news_title p {height: 40px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 15px;margin-bottom: 10px;}
.news_contact .news_img {/* width: 535px; *//* height: 240px; *//* display: table-cell; *//* vertical-align: middle; *//* overflow: hidden; *//* text-align: center; */width: 100%;height: 350px;overflow: hidden;}
.news_contact .news_img img, .news_info .news_title_box img {/* max-width: 100%; *//* height: auto; */width: 100%;float: initial;}
/*新闻结束*/

/* 内页 */
.product_detail .img {width: 305px; height: 230px;float: left;padding: 2px;border: 1px solid #e0e1dc;display: table-cell;vertical-align: middle;text-align: center;overflow: hidden;}
.page-body { margin: 20px auto 50px; }
.page-l-tit { padding: 10px 0 10px 60px; background: rgb(52, 129, 221) url(../images_public/page_tb_01.png) 3px 7px no-repeat; color: #fff; }
.page-l-tit h3 { margin-top: 0; margin-bottom: 5px; }
.page-l-tit p { font-size: 12px; margin-bottom: 0; }
.page-l-clist { border: 1px solid #ddd; border-top:none;}
.page-l-clist ul { padding:15px; }
.page-l-clist li { height: 40px; line-height: 40px; text-align: center; font-size: 14px; border-bottom: 1px solid #ddd; }
.page-l-clist li a:hover {display: inline-block;width: 100%;height: 40px;color: #fff;background: #3cad71;}
.page-body .sec-tit {margin-top: 15px;background-color: #3cad71;}
.left-news li { border-bottom:1px dotted #ccc;}
.left-news li h5 { line-height:14px; text-align:left;}
.sec-tit { border-bottom: 1px solid #e5e5e5; height: 35px; line-height: 35px; }
.sec-tit h2 { float: left; margin-top: 0; margin-bottom: 0; height: 35px; line-height: 35px; font-weight: bold; font-size: 14px; color: #ffffff;border-bottom: 3px solid #ffae0000;padding-left: 10px; }
.sec-tit span { font-size: 18px; color: #e5e5e5; margin-left: 10px; }
.sec-tit h5 { float: right; margin-top: 8px; margin-bottom: 0;color: white; }
.sec-tit h5 i {margin-left: 5px;width: 14px;height: 14px;border-radius: 14px;background: #228e54;color: #ffffff;text-align: center;display: inline-block;font-style: normal;line-height: 11px;}
.sec-tit h5 a { display: inline-block; padding: 2px 3px; border-radius: 3px; }
.sec-tit h5 a:hover {background: #f8bd00;color: #fff;}
.sec-tit h5 a:hover i { background: transparent; background:none !important; }
.crumbs-item { line-height: 32px; border-bottom: 3px double #d7dbdf; overflow:hidden;  margin-bottom:10px;}
.page-content { font-size: 14px; padding-top: 15px; padding-bottom: 15px; }
.page-content img {/*max-width:100% !important;*/ height:auto !important;}
.page-detail img {width: auto !important;}
.page-plist { margin-top: 15px; }
.page-plist > div { margin-bottom: 10px; }
.page-plist > div h5 { text-align: center; }
.page-alist { margin-top: 15px; }
.page-alist .col-md-4 { padding:0 10px;}
.page-alist .col-md-4 h5 { height:15px; line-height:15px; overflow:hidden; float:left;display:block; width:100%;}
.page-alist li { clear:both; overflow:hidden; padding-bottom: 15px; padding-top: 15px; border-bottom: 1px dotted #ddd; }
.page-alist .page-adate {float: left;width: 70px;text-align: center;color: #fff;margin-right: 15px;background:#3cad71;height: 70px;}
.page-alist .page-adate h3 {font-weight: bold;margin-top: 14px;margin-bottom: 0;}
.page-alist .page-adate p { margin-bottom: 5px; }
.page-alist .page-atit p { font-size: 12px; color: #999; margin-bottom: 0; }
.page-alist .page-atit a { color: #333; }
.page-alist .page-atit a:hover { color: #3cad71;}
.page-con-tit { border-bottom: 1px dotted #ddd; margin-bottom: 15px; }
.page-con-tit h3 { text-align: center; }
.page-con-tit .haiofn { text-align: center; color: #999; line-height:28px;font-size:12px;}
.page-con-tit .haiofn .bdsharebuttonbox { float:right;}
.page-con-tit .haiofn span{ text-align: center; color: #999; padding-left:10px; }
.page-summary { border: 1px solid #ddd; border-radius: 4px; background: #f7f7f7; padding: 15px; margin-bottom: 15px; color: #666;display:none; }
.page-detail { padding:10px 0; font-size:14px; line-height:26px;}
.page-detail img { max-width:100% !important; height:auto !important;}
.tags { clear:both; padding:10px 0; border-top:1px dotted #ccc;border-bottom:1px dotted #ccc; margin:10px 0;}
.tags a { margin:0 1%; display:inline-block; padding:0 0.5%; color:#337ab7;}
.img-inner:hover {border: 1px solid #3cad71;overflow: hidden;}
.page-alist .col-md-4 a:hover h5 {color: #3cad71;}
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {z-index: 3;color: #fff;cursor: default;background-color: #3cad71;border-color: #3cad71;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #3cad71;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2;color:#3cad71;background-color: #eee;border-color: #ddd;}

/* .product_detail h1.title {font-size: 24px;} */

/*手机底部*/
.app{display:none;}
.fta{background:#333;padding:20px 0;color:#fff; background: #2d2d2d;}
.fta h2{font-size:18px;text-align:center;font-weight:bold;margin:0 0 10px;}
.fta{margin-bottom:0px;padding-bottom: 60px;}
.fta p{font-size:15px;line-height:28px;}


/*底部*/
.footers{background: url(../images/ft_bg.jpg) no-repeat top center;padding-top: 20px;border-top: 8px solid #3cad71;/* background: #014785; */background-size: cover;}
.dh_main p{color: #fff;font-size:15px;padding:22px 0px ;}
.dh_main a{margin: 0 49px;color: #fff;}
.dh_main a:hover{color: #fff;}
.f_one{margin: 15px 0px 20px;}
.lx p {color: #fff;font-size: 14px;line-height: 36px;}
.lx p .fa {padding-right: 10px;color:#fff;}
.footers .f1{margin-top:18px;width: 29%;padding: 12px 0px;}
.col-md-5.column.lx {width: 46%;padding: 0 25px;border-right: 1px solid #ffffff;border-left: 1px solid #ffffff;}
.footers .f3 {padding: 5px 0 0 25px;}
.footers .f3 .ema_1{float: left;}
.footers .f3 .ema_1 img{ width:45%;}
.footers .f3 .ema_1 p{font-size:14px;color:#fff;text-align:center;margin: 13px 0 0px 14px;line-height: 35px;}
.footers .f1 h3{color: #fff;font-size: 30px;font-weight: bold;margin: 0;}
.footers .f1 img{margin: 15px 9px 0 0;}
.d-an a {color:#fff;border: 1px solid #ffffff;width: 228px;height:37px;line-height:35px;display: block;text-align:center;font-size: 14px;margin: 0 0 8px 60px;border-radius: 4px;}
.d-an a:hover {color:#fff;background-color: #3cad71;;border-color: #3cad71;display: block;}
.footer-copyright{color:#fff;margin: 10px 0;text-align:center;}

/* 尾部导航  */
.ft1 ul li {height: 16px;line-height: 16px;/* border-right: 1px solid #fff; */float: left;}
.ft1 ul {height: 16px;position: absolute;left: 50%;width: fit-content;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);overflow: hidden;}
.ft1 ul li a {display: block;font-size: 15px;padding: 0 60px;color: #fff;height: 16px;line-height: 16px;}
.wapper{margin-bottom: 30px;height: 40px;border-bottom: 1px solid #ffffff;}


/* 返回顶部 */
.gototop{width:40px;height:40px;z-index:9999999999; position: fixed; bottom: 60px; right: 15px;}
.gototop:hover{background-position:-503px -42px;-webkit-transition:0.5s;}
.gototop i { font-size: 36px; }

@media (min-width: 1200px) {
	.mobile-footer { display: none; }
}

@media (max-width: 992px){
    body.side-right{overflow: hidden;}
    body nav.navbar.bootsnav .navbar-toggle{margin-right: 0;}
    body.side-right nav.navbar.bootsnav .navbar-toggle{float: right !important; margin-top: 12px; margin-right: 15px;}
    nav.navbar.bootsnav.navbar-mobile ul.nav,body nav.navbar.bootsnav .navbar-nav > li > a{border-top: none;}
    body nav.navbar.bootsnav .navbar-toggle { margin-top: 12px; margin-right: 15px; padding: 0 8px; border: 1px solid #666;}
    body.side-right > .wrapper{margin:0 !important;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse{width: 100%;height:auto !important;left: 0;top:-100%;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse{max-height:340px;}
    body nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in{top:72px;}
    body nav.navbar.bootsnav.navbar-mobile ul.nav{width: 100%; margin:0;padding: 0;}
    body nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{padding: 0 !important;}
  
   .pc{display:none;}
  .app{display:block;}
}

@media (max-width:768px) {
	/* 导航 */
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse {position:static;!important;}
	.navbar-pull-all { width: 80%; padding-top: 0; height: 50px; margin: 15px 0 0 15px; }
	.navbar-pull-all .xs-logo img { height: 30px; }
	nav.navbar.bootsnav ul.nav > li > a { color:#000}
	/* 轮播 */
	.ibanner .img { height: 220px; }
	/* 手机端底部导航 */
	.mobile-footer { display: block; background: #303030; display: flex; width: 100%; height: 50px; position: fixed; z-index: 999; bottom: 0; left: 0; }
	.mobile-footer a { flex: 1; color: #fff; text-align: center; }
	.mobile-footer a i { font-size: 22px; padding: 4px 0; }
	.mobile-footer a h5 { margin: 0; }

	/* 手机端走马灯处理 */
	.swiper .ar_1 { width: auto; }
  
  /* 手机端头部导航 */
  nav.navbar.bootsnav .navbar-nav > li > ul >li {font-size: 15px;border-bottom: solid 1px #e0e0e0;padding-left: 16px;  padding-bottom: 12px; padding-top: 12px;    letter-spacing: 0px;}  
  nav.navbar.bootsnav ul.nav > li:hover a {padding: 10px 258px 10px 15px;}
  
  /*公司简介*/
  .gywm {padding: 50px 0px 50px;margin-bottom: 0px;background: aliceblue;}
  .idx_about {padding-left: 30px;padding-right: 30px;padding-top: 30px;}
  
  
}